home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Time Warp
/
Time Warp.iso
/
mac
/
Time Warp
/
Time Warp.DXR
/
Shared_41.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-23
|
226 b
|
10 lines
on updateSpritelist
global IconCount, spriteList
set spriteList to list()
repeat with i = 33 to 48
if the castNum of sprite i <> 600 then
append(spriteList, the castNum of sprite i)
end if
end repeat
end